This page last changed on Dec 23, 2008 by kgomes.

Opening the ESP project in an IDEA

Eclipse

  1. Check out the esp/trunk from SVN
  2. cd to the directory you checked it out to
  3. In a terminal run:
    mvn eclipse:eclipse
  4. In eclipse do File->import
    • Select existing project from workspace

IntelliJ IDEA

  1. Check out the esp/trunk from SVN
  2. cd to the directory you checked it out to
  3. In a terminal run:
    mvn idea:idea
  4. Do File->Open Project

JBuilder

  1. Check out the esp/trunk from SVN
  2. In Jbuilder do File->import
  3. Select existing maven project from workspace

Netbeans

  1. Check out the esp/trunk from SVN
  2. Install the Maven plug-in in Netbeans
    1. Select Tools-Plugins
    2. In the dialog that appears, select the New Plugins tab
    3. Check the box next to Maven
    4. Press the install button
  3. Do File->Open Project
  4. Select the project (Netbeans will open all the child projects too)
Document generated by Confluence on Feb 03, 2026 14:16